home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / MACROS / MACROS.DOC < prev    next >
Text File  |  1992-01-31  |  3KB  |  48 lines

  1.  
  2. (***************************************************************************)
  3. (*                          Turbo Vision Macros                            *)
  4. (*                       $25 Shareware, Version 1.0                        *)
  5. (*                                                                         *)
  6. (*            (c) Copyright 1992 Cybersoft & Lawrence V. Koepke            *)
  7. (*                          All Rights Reserved                            *)
  8. (*                                                                         *)
  9. (*                               Cybersoft                                 *)
  10. (*                   1921 Minto Dr., San Jose, CA 95132                    *)
  11. (*                             (408) 272-2927                              *)
  12. (*                      CIS 72341,2337 - Larry Koepke                      *)
  13. (***************************************************************************)
  14.  
  15. Turbo Vision Macros is a complete Event Macro Handler, and is released as
  16. Shareware. If you find it useful, please support my efforts. I am an
  17. independant developer. I have no job... I support the wife and kids with my
  18. wits and perseverance to succeed. If enough people support my efforts with
  19. TV Macros, I may release future versions that support advanced features
  20. (i.e. Loops, If-Then, etc.).
  21.  
  22. This unit replaces TApp.GetEvent with a method having the following features:
  23. - Records events as macros
  24. - Plays back events in macros
  25. - Both Mouse and Keyboard supported
  26. - Macros can record the playback of other macros
  27. - Macros are selected from a pick-list for playback
  28. - Macros are given a name up to 50 characters long
  29. - Halt playback with Escape and confirmation (requires MsgBox)
  30. - Adds app. 16K to the application with integrated debugger information
  31. - All non-current macros are kept on disk, macros are only loaded when run
  32. - Does NOT replace BIOS keyboard interrupt 16
  33. - Macros are stored in two files : MACROS.NDX and MACROS.MAC.
  34.  
  35. Macros requires the units Picks and Lists (also from Cybersoft) to compile.
  36.  
  37. NOTE:
  38. Macros can be selected AlphaNumerically for playback and deletion. However,
  39. I have decided to use StdDlg's TSortedListBox object instead of creating a
  40. new object in order to foster compatibility in the future. Therefore, be
  41. aware that 1) spaces are not accepted by StdDlg's TSortedListBox, thus, the
  42. Macro Dialog Box and Pick List replace spaces with the underscore, and 2)
  43. TSortedListBox is case sensitive with alphanumeric searches, and, thus, the
  44. Macro Dialog Box automatically upshifts the characters entered for the name
  45. of the macro.
  46.  
  47.  
  48.